Papers with Contemporary approaches
Plug-in Language Model: Controlling Text Generation with a Simple Regression Model (2024.findings-naacl)
Copied to clipboard
| Challenge: | Large-scale pre-trained language models have demonstrated unrivaled capacity in generating text that closely resembles human-written content. |
| Approach: | They propose a plug-in language model that leverages reinforcement learning to adjust latent states to control text generation. |
| Outcome: | The proposed model outperforms existing methods that rely on gradient-based, weighted decoding, or prompt-based methods. |
Matter-of-Fact: A Benchmark for Verifying the Feasibility of Literature-Supported Claims in Materials Science (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing systems generate hypothesis, run experiments, analyze data, and write or review papers, but they are costly and impractical. |
| Approach: | They propose a challenge dataset for determining the feasibility of hypotheses framed as claims and a temporally-filtered claim verification task using backtesting to test the validity of claims. |
| Outcome: | The proposed model performs well on retrieval augmented generation and code generation while performing 50% of the task. |
Doubling Your Data in Minutes: Ultra-fast Tabular Data Generation via LLM-Induced Dependency Graphs (2025.emnlp-main)
Copied to clipboard
| Challenge: | Tabular data is critical across diverse domains, yet high-quality tabular datasets remain scarce due to privacy concerns and the cost of collection. |
| Approach: | They propose a lightweight generative framework that captures sparse dependencies via an LLM-induced graph. |
| Outcome: | The proposed framework reduces constraint violations by 4% and accelerates generation by nearly 9,500 over diffusion-based methods. |